home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Documentation / d e v e l o p / 3D Game Controls / Source / document.h < prev    next >
Encoding:
Text File  |  1997-08-14  |  401 b   |  10 lines  |  [TEXT/MPCC]

  1. //--------------------------------------------------------------------------------------------
  2. //  Document Declarations
  3. //
  4. //      by Philip McBride
  5. //
  6. //--------------------------------------------------------------------------------------------
  7.  
  8. DocumentPtr             MyNewDocument( void );
  9. void                     MyCloseDocument( DocumentPtr theDocument );
  10. DocumentPtr                MyGetDocumentFromWindow(WindowPtr theWindow);